Interface symantec.itools.db.beans.binding.ExpandableSet
All Packages Class Hierarchy This Package Previous Next Index
Interface symantec.itools.db.beans.binding.ExpandableSet
- public interface ExpandableSet
-
getElementAt(int)
- Gets the Object at the given position
getElementAt
public abstract java.lang.Object getElementAt(int position) throws PositionOutOfRangeException
- Gets the Object at the given position
- Parameters:
- position - The desired position.
All Packages Class Hierarchy This Package Previous Next Index